Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bluesky): properly set root post on replies #235

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

Frazew
Copy link
Contributor

@Frazew Frazew commented Nov 17, 2024

Summary

Chained replies (threads) keep track of the root post to properly display the thread. When adding a new reply to a post, it's therefore necessary to check first if that post was itself a reply: if it is, we simply copy its root post reference

Chained replies (threads) keep track of the root post to properly
display the thread. When adding a new reply to a post, it's therefore
necessary to check first if that post was itself a reply: if it is, we
simply copy its root post reference
@louisgrasset louisgrasset merged commit 10dfac4 into louisgrasset:main Dec 20, 2024
4 of 5 checks passed
@louisgrasset
Copy link
Owner

Closes #194 #192

@trfetzer
Copy link

this is great, thanks a lot. I guess you will do a new release/build sometime? Or can I literally just take over that edit in the source code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants